Skip to content

Commit f315974

Browse files
committed
Bump ver.# for release. Delete redundant copyright
1 parent b281a23 commit f315974

File tree

3 files changed

+8
-40
lines changed

3 files changed

+8
-40
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ set ( CMAKE_BUILD_TYPE "Release"
77
set_property ( CACHE CMAKE_BUILD_TYPE PROPERTY STRINGS ${CMAKE_CONFIGURATION_TYPES} )
88

99
#Name project and specify source languages
10-
project(opencoarrays VERSION 1.3.3 LANGUAGES C Fortran)
10+
project(opencoarrays VERSION 1.3.4 LANGUAGES C Fortran)
1111

1212
#Print an error message on an attempt to build inside the source directory tree:
1313
if ("${CMAKE_CURRENT_SOURCE_DIR}" STREQUAL "${CMAKE_CURRENT_BINARY_DIR}")

COPYRIGHT-BSD3

Lines changed: 0 additions & 37 deletions
This file was deleted.

LICENSE

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
1-
Copyright (c) 2015, Sourcery Institute
2-
Copyright (c) 2016, Sourcery Institute
1+
OpenCoarrays
2+
3+
-- A Coarray Fortran application binary interface, application programmer
4+
interface, and compiler wrapper.
5+
6+
Copyright (c) 2015-2016, Sourcery Institute
7+
Copyright (c) 2015-2016, Sourcery, Inc.
38
All rights reserved.
49

510
Redistribution and use in source and binary forms, with or without

0 commit comments

Comments
 (0)