Skip to content

Commit

Permalink
Replaced license headers
Browse files Browse the repository at this point in the history
  • Loading branch information
legocill committed Nov 27, 2024
1 parent a2de760 commit 5192edf
Show file tree
Hide file tree
Showing 374 changed files with 3,174 additions and 5,058 deletions.
287 changes: 0 additions & 287 deletions cpp/api/LICENSE.txt

This file was deleted.

16 changes: 5 additions & 11 deletions cpp/api/include/AppException.h
Original file line number Diff line number Diff line change
@@ -1,17 +1,11 @@
/*
* Copyright 2015 Institut Laue-Langevin
* CAMEO
*
* Licensed under the EUPL, Version 1.1 only (the "License");
* You may not use this work except in compliance with the Licence.
* You may obtain a copy of the Licence at:
* Copyright 2015 Institut Laue-Langevin
*
* http://joinup.ec.europa.eu/software/page/eupl
* Licensed under BSD 3-Clause and GPL-v3 as described in license files.
* You may not use this work except in compliance with the Licences.
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the Licence is distributed on an "AS IS" basis,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the Licence for the specific language governing permissions and
* limitations under the Licence.
*/

#ifndef CAMEO_APPEXCEPTION_H_
Expand All @@ -36,4 +30,4 @@ class CAMEO_EXPORT StartException : public RemoteException {

}

#endif
#endif
16 changes: 5 additions & 11 deletions cpp/api/include/Application.h
Original file line number Diff line number Diff line change
@@ -1,17 +1,11 @@
/*
* Copyright 2015 Institut Laue-Langevin
* CAMEO
*
* Licensed under the EUPL, Version 1.1 only (the "License");
* You may not use this work except in compliance with the Licence.
* You may obtain a copy of the Licence at:
* Copyright 2015 Institut Laue-Langevin
*
* http://joinup.ec.europa.eu/software/page/eupl
* Licensed under BSD 3-Clause and GPL-v3 as described in license files.
* You may not use this work except in compliance with the Licences.
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the Licence is distributed on an "AS IS" basis,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the Licence for the specific language governing permissions and
* limitations under the Licence.
*/

#ifndef CAMEO_APPLICATION_H_
Expand Down Expand Up @@ -652,4 +646,4 @@ CAMEO_EXPORT std::ostream& operator<<(std::ostream&, const cameo::App::Info&);
CAMEO_EXPORT std::ostream& operator<<(std::ostream&, const cameo::App::Port&);


#endif
#endif
16 changes: 5 additions & 11 deletions cpp/api/include/BadFormatException.h
Original file line number Diff line number Diff line change
@@ -1,17 +1,11 @@
/*
* Copyright 2015 Institut Laue-Langevin
* CAMEO
*
* Licensed under the EUPL, Version 1.1 only (the "License");
* You may not use this work except in compliance with the Licence.
* You may obtain a copy of the Licence at:
* Copyright 2015 Institut Laue-Langevin
*
* http://joinup.ec.europa.eu/software/page/eupl
* Licensed under BSD 3-Clause and GPL-v3 as described in license files.
* You may not use this work except in compliance with the Licences.
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the Licence is distributed on an "AS IS" basis,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the Licence for the specific language governing permissions and
* limitations under the Licence.
*/

#ifndef CAMEO_BADFORMATEXCEPTION_H_
Expand All @@ -36,4 +30,4 @@ class CAMEO_EXPORT BadFormatException : public RemoteException {

}

#endif
#endif
Loading

0 comments on commit 5192edf

Please sign in to comment.