Browse Source

CHange formatting and copyright

pull/1601/head
François-Xavier Payet 5 days ago
parent
commit
ce17e0b823
  1. 2
      src/policy_lup.cpp
  2. 11
      src/policy_lup.hpp

2
src/policy_lup.cpp

@ -1,5 +1,5 @@
/*
Copyright (c) 2025, François-Xavier Payet <fx@payet.io>
Copyright (c) 2025, Antonio SJ Musumeci <trapexit@spawn.link> and contributors
Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted, provided that the above

11
src/policy_lup.hpp

@ -1,7 +1,7 @@
/*
ISC License
Copyright (c) 2025, François-Xavier Payet <fx@payet.io>
Copyright (c) 2025, Antonio SJ Musumeci <trapexit@spawn.link> and contributors
Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted, provided that the above
@ -29,8 +29,7 @@ namespace Policy
public:
Action()
: Policy::ActionImpl("lup")
{
}
{}
public:
int operator()(const Branches::Ptr &,
@ -43,8 +42,7 @@ namespace Policy
public:
Create()
: Policy::CreateImpl("lup")
{
}
{}
public:
int operator()(const Branches::Ptr &,
@ -58,8 +56,7 @@ namespace Policy
public:
Search()
: Policy::SearchImpl("lup")
{
}
{}
public:
int operator()(const Branches::Ptr &,

Loading…
Cancel
Save