Skip to content

Commit

Permalink
Merge pull request #149 from sourceryinstitute/prep-version-copyright…
Browse files Browse the repository at this point in the history
…-for-release

Bump ver.# for release. Delete redundant copyright
  • Loading branch information
rouson committed Feb 19, 2016
2 parents b281a23 + f315974 commit 91c200f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 40 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ set ( CMAKE_BUILD_TYPE "Release"
set_property ( CACHE CMAKE_BUILD_TYPE PROPERTY STRINGS ${CMAKE_CONFIGURATION_TYPES} )

#Name project and specify source languages
project(opencoarrays VERSION 1.3.3 LANGUAGES C Fortran)
project(opencoarrays VERSION 1.3.4 LANGUAGES C Fortran)

#Print an error message on an attempt to build inside the source directory tree:
if ("${CMAKE_CURRENT_SOURCE_DIR}" STREQUAL "${CMAKE_CURRENT_BINARY_DIR}")
Expand Down
37 changes: 0 additions & 37 deletions COPYRIGHT-BSD3

This file was deleted.

9 changes: 7 additions & 2 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
Copyright (c) 2015, Sourcery Institute
Copyright (c) 2016, Sourcery Institute
OpenCoarrays

-- A Coarray Fortran application binary interface, application programmer
interface, and compiler wrapper.

Copyright (c) 2015-2016, Sourcery Institute
Copyright (c) 2015-2016, Sourcery, Inc.
All rights reserved.

Redistribution and use in source and binary forms, with or without
Expand Down

0 comments on commit 91c200f

Please sign in to comment.